home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / THEADERFOOTERFORM / THEADERFOOTERFORM.txt
Text File  |  2010-10-15  |  4KB  |  224 lines

  1. object HeaderFooterForm: THeaderFooterForm
  2.   Left = 292
  3.   Top = 182
  4.   HelpContext = 250
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Header/Footer'
  7.   ClientHeight = 225
  8.   ClientWidth = 472
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Microsoft Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object HeaderL: TTntLabel
  23.     Left = 2
  24.     Top = 9
  25.     Width = 74
  26.     Height = 13
  27.     Caption = 'Header text file:'
  28.   end
  29.   object FooterL: TTntLabel
  30.     Left = 2
  31.     Top = 54
  32.     Width = 69
  33.     Height = 13
  34.     Caption = 'Footer text file:'
  35.   end
  36.   object HHTMLL: TTntLabel
  37.     Left = 2
  38.     Top = 32
  39.     Width = 87
  40.     Height = 13
  41.     Caption = 'Header HTML file:'
  42.   end
  43.   object FHTMLL: TTntLabel
  44.     Left = 2
  45.     Top = 77
  46.     Width = 82
  47.     Height = 13
  48.     Caption = 'Footer HTML file:'
  49.   end
  50.   object CL: TTntLabel
  51.     Left = 2
  52.     Top = 100
  53.     Width = 47
  54.     Height = 13
  55.     Caption = 'Condition:'
  56.   end
  57.   object CancelButton: TTntButton
  58.     Left = 393
  59.     Top = 200
  60.     Width = 75
  61.     Height = 23
  62.     Caption = '&Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 14
  65.   end
  66.   object OKButton: TTntButton
  67.     Left = 313
  68.     Top = 200
  69.     Width = 75
  70.     Height = 23
  71.     Caption = '&OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 13
  75.   end
  76.   object HeaderEdit: TTntEdit
  77.     Left = 104
  78.     Top = 6
  79.     Width = 333
  80.     Height = 21
  81.     TabOrder = 0
  82.   end
  83.   object FooterEdit: TTntEdit
  84.     Left = 104
  85.     Top = 52
  86.     Width = 333
  87.     Height = 21
  88.     TabOrder = 6
  89.   end
  90.   object ButtonA: TTntButton
  91.     Left = 437
  92.     Top = 6
  93.     Width = 20
  94.     Height = 21
  95.     Caption = '...'
  96.     TabOrder = 1
  97.     OnClick = ButtonBClick
  98.   end
  99.   object ButtonB: TTntButton
  100.     Tag = 2
  101.     Left = 437
  102.     Top = 52
  103.     Width = 20
  104.     Height = 21
  105.     Caption = '...'
  106.     TabOrder = 7
  107.     OnClick = ButtonBClick
  108.   end
  109.   object CheckboxPanel: TTntPanel
  110.     Left = 104
  111.     Top = 99
  112.     Width = 209
  113.     Height = 88
  114.     BevelOuter = bvNone
  115.     TabOrder = 12
  116.     object L2L: TTntCheckBox
  117.       Left = 3
  118.       Top = 2
  119.       Width = 94
  120.       Height = 17
  121.       Caption = 'Local to local'
  122.       TabOrder = 0
  123.     end
  124.     object L2R: TTntCheckBox
  125.       Left = 3
  126.       Top = 46
  127.       Width = 105
  128.       Height = 17
  129.       Caption = 'Local to remote'
  130.       TabOrder = 2
  131.     end
  132.     object R2R: TTntCheckBox
  133.       Left = 3
  134.       Top = 68
  135.       Width = 116
  136.       Height = 17
  137.       Caption = 'Remote to remote'
  138.       TabOrder = 3
  139.     end
  140.     object R2L: TTntCheckBox
  141.       Left = 3
  142.       Top = 24
  143.       Width = 103
  144.       Height = 17
  145.       Caption = 'Remote to local'
  146.       TabOrder = 1
  147.     end
  148.   end
  149.   object HeaderHTMLEdit: TTntEdit
  150.     Left = 104
  151.     Top = 29
  152.     Width = 333
  153.     Height = 21
  154.     TabOrder = 3
  155.   end
  156.   object Button1: TTntButton
  157.     Tag = 1
  158.     Left = 437
  159.     Top = 29
  160.     Width = 20
  161.     Height = 21
  162.     Caption = '...'
  163.     TabOrder = 4
  164.     OnClick = ButtonBClick
  165.   end
  166.   object FooterHTMLEdit: TTntEdit
  167.     Left = 104
  168.     Top = 75
  169.     Width = 333
  170.     Height = 21
  171.     TabOrder = 9
  172.   end
  173.   object Button2: TTntButton
  174.     Tag = 3
  175.     Left = 437
  176.     Top = 75
  177.     Width = 20
  178.     Height = 21
  179.     Caption = '...'
  180.     TabOrder = 10
  181.     OnClick = ButtonBClick
  182.   end
  183.   object TntButton1: TTntButton
  184.     Tag = 4
  185.     Left = 457
  186.     Top = 6
  187.     Width = 10
  188.     Height = 21
  189.     Caption = ':'
  190.     TabOrder = 2
  191.     OnClick = ButtonBClick
  192.   end
  193.   object TntButton2: TTntButton
  194.     Tag = 5
  195.     Left = 457
  196.     Top = 29
  197.     Width = 10
  198.     Height = 21
  199.     Caption = ':'
  200.     TabOrder = 5
  201.     OnClick = ButtonBClick
  202.   end
  203.   object TntButton3: TTntButton
  204.     Tag = 6
  205.     Left = 457
  206.     Top = 52
  207.     Width = 10
  208.     Height = 21
  209.     Caption = ':'
  210.     TabOrder = 8
  211.     OnClick = ButtonBClick
  212.   end
  213.   object TntButton4: TTntButton
  214.     Tag = 7
  215.     Left = 457
  216.     Top = 75
  217.     Width = 10
  218.     Height = 21
  219.     Caption = ':'
  220.     TabOrder = 11
  221.     OnClick = ButtonBClick
  222.   end
  223. end
  224.